intermediate adj. 中间的,居间的。 The intermediate class (船的)特别三等。 An intermediate compound 中间化合物;中间体。 n. 中间物;中间分子,中间人;【化学】中间体;期中考试;中间试验。 vi. 起调解作用;起媒介作用 (between)。 Intermediate culture 补植。 Intermediate elements 中间分子。 adv. -ly 在中间。 -ness, -diacy n. 调解。
Code generation arm / thumb instuctions are converted into ir ( intermediate representation ) , which are translated into x86 instructions later 代码生成描述了arm / thumb机器指令对应的中间代码,以及生成x86机器指令的过程。
Moreover , we present an intermediate representation for parsing tree of cfl sentence that can be easily implemented and needs less space occupancy 此外,为上下文无关语言句子的分析树设计了一种简单表示形式,这种表示形式可以提高空间效率,并且易于实现。
Basing on the muti - threads parallel model on shered memory , we make some research and test of program parallelization on source code level and intermediate representation level 根据基于共享内存方式的多线程并行模型,对于在源代码级和中间代码级进行程序并行化做了一些研究和实验。
Nlidb is thespecificapplicationofnaturallanguageprocessingtechniqueindatabasefield . the traditional methods of nli designing include pattern - matching , syntax analysis , semantic grammar , and intermediate representation languages 自然语言接口设计的传统方法包括模板匹配、句法分析、语义语法和中间表述语言等。
At the same time , we make analysis about the several popular ir ( intermediate representation ) ( rtl , whirl , jvm ) and implement an assembler which can translate the ir to the object code of virtual machine . we also make some talking about the vm ( virturl machine ) technology relating to the ir , read and analyze the source codes of jvm and hec vm 同时,对几种比较流行的中间代码( rtl 、 whirl 、 java虚拟机指令)进行了分析,实现了一个把中间代码编译成虚拟机目标代码的汇编器。此外,还对与中间代码密切相关的虚拟机技术进行了讨论,阅读并分析了java虚拟机和hec虚拟机实现的源代码,在此基础上,提出了并行虚拟机的设计构想,通过并行虚拟机实现对串行程序的自动并行优化和达到并行程序语言的跨平台性。
However , gcc ca n ' t support all embedded equipements , there are still many platforms need cross - compilers . with the background of developing a renovated cross - compiler named zltcg supporting processor mipsx , this thesis analyzes the architecture of gcc cross - compiler system , deeply studies the intermediate representation and machine description which the portability of gcc are based on , and realizes porting of gcc cross - compiler system to a target processor mipsx 本论文以交叉编译系统zltcg的开发为背景,详细介绍了交叉编译系统gcc的体系结构,对其高度可移植性所依赖的中间表示和机器描述技术进行深入研究,并在此基础上完成了gcc在目标机mipsx上的移植工作。
According to the program structure of ansi c , some syntax - tree - nodes are designed in front - end , including function , block , data structure , type , expression , identifier and so on . syntax tree is divided into three levels , namely program level , function level and block level , which are useful for analysis of syntax and semantic in compiler as well as transferring syntax tree into rtl . retargetable compiler mainly includes intermediate representation , machine description and interface technique between compiler and machine description 编译前端的实现技术包括词法分析、语法语义分析和中间代码生成技术等,针对ansic的程序结构,分别设计了函数、块、数据结构、类型、表达式、标识符等语法树结点,并将语法树分成编译层次、函数声明和块三个不同层次,使语法树具有清晰的层次结构,有利于编译程序的语法和语义分析,以及从语法树到rtl中间表示的转换。